@charset "utf-8";
/*---------------------------------------*/
/*
	Name:Agent_Style v1.0 -CSS Framework
	Author: Liu Qingqing
	Styles updated: 2017/11/30
*/
/*---------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
body {
  background: #fff;
  color: #333;
  font-size: 14px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #e60012;
}
a.active {
  color: #e60012;
}
input,
textarea,
button,
select {
  outline: none;
}
textarea {
  resize: none;
}
em {
  font-style: normal;
}
/*图标*/
@font-face {
  font-family: 'iconfont';
  /* project id 721747 */
  src: url('../iconfont/iconfont.eot');
  src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconfont/iconfont.woff2') format('woff2'), url('../iconfont/iconfont.woff') format('woff'), url('../iconfont/iconfont.ttf') format('truetype'), url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.c-w {
  width: 100%;
}
.c-w1200 {
  width: 1200px;
  margin: 0 auto;
}
.c-ffm {
  font-family: "Microsoft yahei", Arial;
}
.c-ffs {
  font-family: simsun;
}
.c-mt0 {
  margin-top: 0 !important;
}
.c-mb0 {
  margin-bottom: 0 !important;
}
.c-mb36 {
  margin-bottom: 36px !important;
}
.c-fl {
  float: left;
}
.c-fr {
  float: right;
}
.c-w50 {
  width: 50px !important;
}
.c-clear:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.c-hide {
  display: none;
}
/*header*/
/*导航*/
/*footer*/
/*其他项目可复用模块*/
/*按钮*/
.btn01 {
  background: #e60012;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.btn02 {
  color: #e60012;
  border: 1px solid #e60012;
  border-radius: 5px;
  text-align: center;
}
.btn03 {
  background: #666;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
/*公共标题*/
.g-title01 {
  height: 70px;
  line-height: 70px;
  background: url("../images/g-title01-bg.png") center no-repeat;
}
.g-title01 .title {
  width: 350px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
.g-title01 .title .en {
  float: left;
  width: 210px;
  color: #e60012;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.g-title01 .title .ch {
  float: left;
  width: 132px;
  margin-top: 10px;
  margin-left: 8px;
}
.g-title01 .title .ch h2 {
  line-height: 30px;
  font-size: 28px;
}
.g-title01 .title .ch .p01 {
  line-height: 30px;
  font-size: 13px;
  color: #666;
}
/*面包屑 无背景色*/
.crumb {
  height: 60px;
  margin-bottom: 15px;
  line-height: 60px;
  font-size: 15px;
  background: #f6f6f6;
  overflow: hidden;
}
.crumb ul {
  float: left;
}
.crumb i.iconfont {
  margin-left: 15px;
  color: #e60012;
  font-size: 28px;
}
.crumb li {
  float: left;
  margin-right: 12px;
  color: #333;
}
.crumb a {
  color: #333;
}
.crumb a:hover {
  color: #e60012;
}
.crumb li.link:after {
  margin-left: 5px;
  content: '>>';
}
/*面包屑 有背景色*/
.crumb-bg {
  height: 60px;
  background: #f4f4f4;
}
.crumb-bg .crumb {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
}
/*上一篇 下一篇*/
.page {
  position: relative;
  padding-top: 20px;
  height: 80px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.page a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 15px;
}
.page a.active,
.page a:hover {
  color: #e60012;
}
/*分页*/
.pagination {
  height: 40px;
  line-height: 40px;
  margin: 20px 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  min-width: 38px;
  height: 38px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #eee;
  color: #333;
  border-radius: 3px;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 38px;
  color: #333;
}
.pagination li a:hover {
  background: #e60012;
  color: #fff;
  border-radius: 3px;
}
.pagination li.active {
  border: 1px solid #e60012;
  background: #e60012;
  color: #fff;
  border-radius: 3px;
}
.pagination li.disabled {
  background: #eee;
}
/*向上出现*/
.fadeInBottom {
  animation: fadeInBottom 1s;
  -webkit-animation: fadeInBottom 1s;
  -moz-animation: fadeInBottom 1s;
  -o-animation: fadeInBottom 1s;
  -ms-animation: fadeInBottom 1s;
}
/*左侧滑入*/
.fadeInLeft {
  animation: fadeInLeft 1s;
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
}
/*右侧滑入*/
.fadeInRight {
  animation: fadeInRight 1s;
  -webkit-animation: fadeInRight 1s;
  -moz-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
  -ms-animation: fadeInRight 1s;
}
/*右侧滑入*/
.fadeInRightSmall {
  animation: fadeInRightSmall 1s;
  -webkit-animation: fadeInRightSmall 1s;
  -moz-animation: fadeInRightSmall 1s;
  -o-animation: fadeInRightSmall 1s;
  -ms-animation: fadeInRightSmall 1s;
}
.flipInx {
  animation: flipInx 1s;
  -webkit-animation: flipInx 1s;
  -moz-animation: flipInx 1s;
  -o-animation: flipInx 1s;
  -ms-animation: flipInx 1s;
}
/*字体由小变大渐现*/
.fontFadeBig {
  animation: fontFadeBig 1s;
  -webkit-animation: fontFadeBig 1s;
  -moz-animation: fontFadeBig 1s;
  -o-animation: fontFadeBig 1s;
  -ms-animation: fontFadeBig 1s;
}
/*字体由大变小渐现*/
.fontFadeSmall {
  animation: fontFadeSmall 1s;
  -webkit-animation: fontFadeSmall 1s;
  -moz-animation: fontFadeSmall 1s;
  -o-animation: fontFadeSmall 1s;
  -ms-animation: fontFadeSmall 1s;
}
/*keyframes*/
/*向上出现*/
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*左侧滑入*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入 短距离*/
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入 短距离*/
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*转*/
@-webkit-keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/*字体由小变大渐现*/
@-webkit-keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
@-moz-keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
@keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
/*字体由大变小渐现*/
@-webkit-keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
@-moz-keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
@keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
.bounceIn {
  animation: bounceIn 1s both;
  -webkit-animation: bounceIn 1s both;
  -moz-animation: bounceIn 1s both;
  -o-animation: bounceIn 1s both;
  -ms-animation: bounceIn 1s both;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*旋转45度 显现*/
.rotateInDownLeft {
  animation: rotateInDownLeft 1s;
  -webkit-animation: rotateInDownLeft 1s;
  -moz-animation: rotateInDownLeft 1s;
  -o-animation: rotateInDownLeft 1s;
  -ms-animation: rotateInDownLeft 1s;
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.he_01 {
  width: 100%;
  height: 37px;
  background: #3d3d3d;
}
.he_01 .he_01_cont {
  height: 37px;
  line-height: 37px;
  color: #fff;
}
.he_01 .he_01_cont .he_01_mid {
  float: left;
  font-size: 14px;
  width: 300px;
}
.he_01 .he_01_cont .he_01_sy {
  width: 165px;
  float: right;
  text-align: right;
}
.he_01 .he_01_cont .he_01_sy a {
  color: #fff;
}
.he_02 {
  width: 100%;
  height: 98px;
  background: url(../images/x_he_02.jpg) repeat-x;
}
.he_02 .he_02_logo {
  float: left;
  width: 531px;
  height: auto;
  padding-top: 2px;
}
.he_02 .he_02_nav {
  float: left;
}
.he_02 .he_02_nav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  line-height: 98px;
  height: 98px;
  font-size: 14px;
  font-weight: bold;
  background: url(../images/x_a_bg.jpg) center no-repeat;
  width: 73px;
}
.he_02 .he_02_nav a:hover,
.he_02 .he_02_nav a.active {
  color: #ee1c25;
}
.slideBox {
  width: 100%;
  min-width: 100%;
  position: relative;
  height: auto;
}
.slideBox ul {
  overflow: hidden;
}
.slideBox ul li {
  width: 100%;
  height: auto;
}
.slideBox ul li img {
  width: 100%;
}
.slideBox .lubo_btn {
  position: absolute;
  width: 100%;
  top: 180px;
  z-index: 2;
}
.slideBox .lubo_btn .prev {
  float: left;
  top: 215px;
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  opacity: 0.5;
  transition: all 1s;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.498);
}
.slideBox .lubo_btn .next {
  float: right;
  top: 215px;
  font-size: 25px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  opacity: 0.5;
  transition: all 1s;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.498);
}
.slideBox .hd {
  left: 50%;
  margin-left: -60px;
  bottom: 30px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
.slideBox .hd li {
  float: left;
  width: 30px;
  height: 5px;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  opacity: 0.8;
}
.slideBox .hd .on {
  background-color: #000;
}
.main-title {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 13px;
}
.main-title h2 {
  font-size: 29px;
  color: #333;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.main-title hr {
  width: 600px;
  height: 3px;
  border: 0;
}
.main-title .line01 {
  position: absolute;
  left: 245px;
  top: 21px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.main-title .line02 {
  position: absolute;
  right: 245px;
  top: 21px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.main-title span {
  font-size: 14px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-top: 1px;
  margin-bottom: 8px;
}
.title5 {
  border: 1px solid #000000;
  width: 640px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  height: 36px;
  color: #ee1c25;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 0 auto;
}
.pr_01 {
  overflow: hidden;
  margin: 35px 0 40px 0;
}
.pr_01 .pr_01_ul {
  width: 1230px;
  margin: 0 auto;
  overflow: hidden;
}
.pr_01 .pr_01_ul .pr_01_li {
  width: 294px;
  float: left;
  height: 255px;
  border: 1px solid #eee;
  padding: 5px;
}
.pr_01 .pr_01_ul .pr_01_li img {
  width: 100%;
  height: 100%;
}
.pr_01 .pr_01_ul .border04 {
  border-right: 1px solid #eee;
}
.about_x01 {
  background: url(../images/x-b2.jpg);
  height: 788px;
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.about_x01 h1 {
  text-align: center;
  padding: 13px 0 13px 0;
}
.about_x01 h1 b {
  color: #ee1c25;
  font-size: 42px;
  text-transform: uppercase;
  display: block;
}
.about_x01 h1 span {
  color: #ffffff;
  font-size: 24px;
}
.about_x01 .bttit {
  background: url(../images/x-b1.png) bottom center no-repeat;
}
.about_x01 .about_x01_text {
  color: #fff;
  text-indent: 2em;
  font-size: 16px;
  margin: 10px 0;
  line-height: 32px;
  height: 154px;
  overflow: hidden;
}
.about_x01 .about_x01_img {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 80px;
}
.about_x01 .about_x01_img .border02 {
  border-left: 0;
}
.about_x01 .about_x01_img img {
  border: 3px solid #ee1c25;
  width: 200px;
  height: 200px;
  float: left;
  margin: 0 16px;
  border-radius: 50%;
}
.about_x01 .more {
  text-align: center;
  background: #ee1c25;
  padding: 10px 50px;
  width: 60px;
  margin: 0 auto;
  margin-top: 80px;
}
.about_x01 .more a {
  color: #fff;
  font-size: 15px;
}
.pr_zong {
  overflow: hidden;
  padding-bottom: 10px;
}
.pr_zong .index_pr_box {
  margin-top: 28px;
}
.pr_zong .index_pr_box .aside {
  height: 31px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
}
.pr_zong .index_pr_box .aside i {
  display: inline-block;
  height: 31px;
  line-height: 31px;
  color: #fff;
  font-size: 24px;
  padding: 0 15px;
  background: #ee1c25;
  border-radius: 3px;
  font-style: normal;
}
.pr_zong .index_pr_box .aside h5 {
  display: inline-block;
  height: 31px;
  line-height: 29px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding: 0 10px;
}
.pr_zong .index_pr_box .aside a {
  float: right;
  height: 31px;
  line-height: 31px;
  color: #f00;
  font-size: 14px;
}
.pr_zong .index_pr_box .aside a:hover {
  color: #000;
}
.pr_zong .index_pr_box .index_pr_ul {
  padding: 5px 5px 0 5px;
  margin-top: 11px;
  width: 1230px;
}
.pr_zong .index_pr_box .index_pr_ul .index_pr_li {
  width: 23%;
  float: left;
  margin-right: 21px;
}
.pr_zong .index_pr_box .index_pr_ul .index_pr_li .index_pr_img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  padding: 5px;
}
.pr_zong .index_pr_box .index_pr_ul .index_pr_li .index_pr_img a {
  display: block;
  width: 100%;
}
.pr_zong .index_pr_box .index_pr_ul .index_pr_li .index_pr_img a img {
  width: 100%;
  height: 225px;
}
.pr_zong .index_pr_box .index_pr_ul .index_pr_li .index_pr_img a h3 {
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  text-align: center;
}
.newst_x01 {
  width: 100%;
  overflow: hidden;
  margin: 31px 0;
}
.newst_x01 .left {
  width: 560px;
  float: left;
}
.newst_x01 .left .top_con {
  overflow: hidden;
  margin-bottom: 6px;
}
.newst_x01 .left .top_con .title {
  width: 343px;
  float: left;
}
.newst_x01 .left .top_con .title h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.newst_x01 .left .top_con .title h3 span {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  color: #333;
}
.newst_x01 .left .top_con .title p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #333;
}
.newst_x01 .left .top_con .more {
  float: right;
  display: block;
  background-color: #f00;
  font-size: 12px;
  color: #fff;
  text-align: center;
  height: 27px;
  line-height: 27px;
  width: 50px;
  border-radius: 4px;
  margin-top: 19px;
}
.newst_x01 .left .top_con .more:hover {
  background-color: #eee;
  color: #333;
}
.newst_x01 .left .middle {
  overflow: hidden;
  border-top: 1px solid #eee;
  margin-bottom: 15px;
  padding-top: 11px;
}
.newst_x01 .left .middle .mid_ing {
  width: 160px;
  height: 115px;
  float: left;
}
.newst_x01 .left .middle .mid_ing img {
  width: 100%;
  height: 100%;
}
.newst_x01 .left .middle .mid_cont {
  width: 382px;
  float: right;
}
.newst_x01 .left .middle .mid_cont h3 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.newst_x01 .left .middle .mid_cont .introduce {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #333;
  line-height: 24px;
  height: 53px;
  overflow: hidden;
}
.newst_x01 .left .bottom {
  overflow: hidden;
}
.newst_x01 .left .bottom .news_list {
  color: #333;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
}
.newst_x01 .left .bottom .news_list h2 {
  float: left;
  width: 450px;
  font-size: 15px;
  overflow: hidden;
}
.newst_x01 .left .bottom .news_list span {
  float: right;
  text-align: right;
  padding-right: 10px;
  font-size: 13px;
}
.newst_x01 .right {
  float: right;
}
.x_footer {
  background-color: #333;
  padding-bottom: 20px;
}
.x_footer .foot-content {
  overflow: hidden;
  padding-top: 16px;
}
.x_footer .foot-content a {
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 34px;
}
.x_footer .foot-content a:hover {
  color: #f00;
}
.x_footer .foot-content .foot01 {
  float: left;
  width: 195px;
}
.x_footer .foot-content .foot01 .foot0101 {
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  font-weight: bold;
}
.x_footer .foot-content .foot01 span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  display: block;
  line-height: 35px;
}
.x_footer .foot-content .x_right {
  float: right;
  width: 299px;
  margin-top: 10px;
}
.x_footer .foot-content .x_right .x_right_z {
  width: 115px;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
}
.x_footer .foot-content .x_right .x_right_z span {
  color: #fff;
  font-size: 16px;
  margin-bottom: 9px;
  display: block;
  font-weight: bold;
}
.x_footer .foot-content .x_right .x_right_z .img01 {
  width: 95px;
  height: 95px;
}
.x_footer .foot-content .x_right .x_right_z .img01 img {
  width: 100%;
  height: 100%;
}
.x_footer .foot-content .x_right .x_wei {
  margin-right: 0;
}
.x_footer .addres {
  clear: both;
  font-size: 14px;
  color: #fff;
}
.x_footer .addres p {
  margin-top: 5px;
}
.x-copyright {
  width: 100%;
  height: 26px;
  background: #3d3d3d;
  line-height: 26px;
}
.x-copyright .copy {
  width: 1200px;
  margin: 0 auto;
}
.x-copyright .copy .s-site {
  color: #eee;
  font-size: 12px;
}
